'宣言 <System.Runtime.CompilerServices.ExtensionAttribute()> Public Overloads Shared Function IndexedField(Of T)( _ ByVal row As System.Data.DataRow, _ ByVal column As System.Data.DataColumn _ ) As T
'宣言
<System.Runtime.CompilerServices.ExtensionAttribute()> Public Overloads Shared Function IndexedField(Of T)( _ ByVal row As System.Data.DataRow, _ ByVal column As System.Data.DataColumn _ ) As T
[System.Runtime.CompilerServices.Extension()] public static T IndexedField<T>( System.Data.DataRow row, System.Data.DataColumn column )
var query = from c in customersTable where c.IndexedField<string>(customerColumn) == "ALFKI" select c;
AdoNetExtensions クラス AdoNetExtensions メンバ オーバーロード一覧